.w-footer {
  background-color: #1F3F71;
  align-items: center;
  flex-direction: row;
  display: flex;
  padding-right: 0px;
  box-sizing: border-box;
  justify-content: center;
  padding-bottom: 0px;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
}
.w-footer .w-body {
  padding-bottom: 0px;
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  padding-right: 0px;
  width: 1200px;
  box-sizing: border-box;
  padding-top: 0px;
  padding-left: 0px;
  height: 100%;
}
.w-footer .w-body .footer-logo {
  height: 28px !important;
  width: 131px !important;
  margin-top: 29px;
}
.w-footer .w-body .footer-content-tittle {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  margin-bottom: 5px;
}
.w-footer .w-body .footer-content-tittle .footer-left-tittle {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
}
.w-footer .w-body .footer-content-tittle .footer-right-tittle {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
  width: 290px;
}
.w-footer .w-body .footer-content {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
}
.w-footer .w-body .footer-content .footer-left {
  display: flex;
}
.w-footer .w-body .footer-content .footer-left .footer-left-text1 {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  width: 303px;
}
.w-footer .w-body .footer-content .footer-left .footer-left-text {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
.w-footer .w-body .footer-content .footer-right {
  display: flex;
  justify-content: space-between;
  width: 290px;
}
.w-footer .w-body .footer-content .footer-right .footer-right-text {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
.w-footer .w-body .footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  /* margin-bottom: 29px; */
}
.w-footer .w-body .footer-bottom .footer-bottom-bg {
  display: flex;
  background: rgba(255, 255, 255, 0.1) !important;
  vertical-align: middle;
  align-items: center;
  width: 24%;
}
.w-footer .w-body .footer-bottom .footer-bottom-bg:hover{
	opacity: 0.5;
    transition: 0.06s all ease;
}
.w-footer .w-body .footer-bottom .footer-bottom-bg .footer-bottom-logo {
  height: 38px !important;
  width: 38px !important;
}
.w-footer .w-body .footer-bottom .footer-bottom-bg .footer-bottom-text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
}

.w-footer .w-body .footer-Copyright {
  margin-top: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.w-footer .w-body .footer-Copyright .footer-Copyright-text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;

}
